home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / msker312.zip / VT300.DOC < prev    next >
Text File  |  1991-09-10  |  2KB  |  43 lines

  1. MS-DOS KERMIT DEC KEYBOARD SETUPS FOR THE IBM PC, PS/2, AND COMPATIBLES
  2.  
  3.  
  4. The IBM PC version of MS-DOS Kermit comes with a default mapping of VT terminal
  5. functions to IBM keys, as documented in "Using MS-DOS Kermit" (Christine M.
  6. Gianone, Digital Press).  These mappings are in effect during terminal
  7. emulation, not at the MS-Kermit> command prompt, and not outside of Kermit.
  8.  
  9. Kermit's default mappings do not include the DEC LK201 (VT200, VT300) keyboard
  10. function (F) keys or editing keys (Insert Here, Remove, Select, etc), so you
  11. will not be able to use host-resident applications that expect you to press
  12. these keys unless you execute Kermit SET KEY commands to make these assigments.
  13.  
  14. Kermit's repertoire of "keyboard verbs" includes verbs for all DEC keyboard
  15. keys: F-keys (Function keys), Editing keys, Arrow keys, and so on.  The file
  16. VT300.INI contains SET KEY commands that set up both types of IBM keyboard
  17. (88-key and 101-key) to resemble the DEC keyboard as closely as possible.  The
  18. layout for the 101 "Extended" (PS/2) keyboard is very similar to the DEC
  19. keyboard, except for the F-keys.  DEC F keys go up to 20, but the IBM-101 only
  20. has 12 F keys.  The IBM-88 keyboard is harder to lay out because it lacks an
  21. editing keypad, and has only 10 F keys.
  22.  
  23. The settings for the numeric keypad work whether you have Num Lock On or Off.
  24. The top rank of the numeric keypad cannot be used for the DEC Gold and PF keys
  25. because the Num Lock key, which does not generate a scan code when you press
  26. it, occupies the position of the DEC Gold (PF1) key.  Therefore the IBM F1-F4
  27. keys are used for the DEC PF1-PF4 keys.
  28.  
  29. To put the DEC keyboard settings into effect, issue the command TAKE VT300.INI
  30. at the MS-Kermit> prompt, or put this command into your MSKERMIT.INI file to
  31. make it take effect automatically whenever you start Kermit.  To restore
  32. Kermit's default key settings, issue the command SET KEY CLEAR.
  33.  
  34. Compose Key: To compose a special character on the PC Keyboard with Kermit, use
  35. any of the standard DOS mechanisms: Hold down the Alt key and press 1 to 3
  36. digits on the numeric keypad (representing the decimal code value of the
  37. character in the PC's current code page), then let go of the Alt key.  Or use a
  38. national keyboard or keyboard driver.
  39.  
  40. See VT300.INI for the actual key mappings.  Modify to suite your preferences.
  41.  
  42. (End of VT300.DOC)
  43.